home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / dev / src / expat-src.lha / expat-1.95.2 / include / proto / expat.h
Encoding:
C/C++ Source or Header  |  2001-09-18  |  351 b   |  24 lines

  1. /*
  2. **      $VER: expat.h 1.0 (1/8/01)
  3. **
  4. **      prototype/pragma include for expat.library
  5. **
  6. */
  7.  
  8. #ifndef PROTO_EXPAT_H
  9. #define PROTO_EXPAT_H
  10.  
  11. #ifndef EXEC_TYPES_H
  12. #include <exec/types.h>
  13. #endif
  14.  
  15. #ifndef __NOLIBBASE__
  16. extern struct Library *ExpatBase;
  17. #endif
  18.  
  19. #include <clib/expat_protos.h>
  20. #include <pragma/expat_lib.h>
  21.  
  22.  
  23. #endif /* PROTO_EXPAT_H */
  24.